-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Terraform Template language #6604
Add Terraform Template language #6604
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the test failed. My comment inline will deal with the interpreter/shell failures.
I removed the sample, ran the tests locally (they passed), and pushed. Sorry, I am kind of new to this, but should I resolve the conflicts in |
It's best if you do it |
It's done. |
…guist into feature/Terraform-templates
This reverts commit 98f05a0.
Sorry about the noise. Something really went awry with the submodules and cached licenses which took a while to get right, but we should be good to go now. CI should pass now 🤞 |
All good. Very nice to see. |
Description
Closes #6562
I added Terraform Template as a new markup language. Terraform template files are used to automatically add syntax when given a set of arguments in Terraform. See the Terraform documentation page for more information.
Checklist:
.tftpl
donors.tftpl
(removed in 7ce7db6)os_alpine_3_17_userdata.tftpl
policy.tftpl
Apache 2.0#7B42BB
.tftpl
, so there is no need.Misc. Note:
I did list the
Terraform Template
Language in theHCL
group. (HCL
is the primary alias forTerraform
). This will count it asHCL
instead of its own language. I think this is appropriate, but I'm not 100% sure. I'm also not sure if that dismisses the need for a color choice.